Intersoft ClientUI Documentation
Range<T> Constructor



The minimum value.
The maximum value.
Initializes a new instance of the Range class.
Syntax
Public Function New( _
   ByVal minimum As T, _
   ByVal maximum As T _
)
Dim minimum As T
Dim maximum As T
 
Dim instance As New Range(Of T)(minimum, maximum)
public Range<T>( 
   T minimum,
   T maximum
)
public:
Range<T>( 
   T^ minimum,
   T^ maximum
)

Parameters

minimum
The minimum value.
maximum
The maximum value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Range<T> Structure
Range<T> Members

Send Feedback